﻿2026-06-06T06:08:55.8917908Z ##[group]Run actions/checkout@v5
2026-06-06T06:08:55.8919532Z with:
2026-06-06T06:08:55.8920783Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:08:55.8922493Z   path: .adapter-notify
2026-06-06T06:08:55.8939149Z   token: ***
2026-06-06T06:08:55.8940347Z   ssh-strict: true
2026-06-06T06:08:55.8941518Z   ssh-user: git
2026-06-06T06:08:55.8942730Z   persist-credentials: true
2026-06-06T06:08:55.8944066Z   clean: true
2026-06-06T06:08:55.8945288Z   sparse-checkout-cone-mode: true
2026-06-06T06:08:55.8946739Z   fetch-depth: 1
2026-06-06T06:08:55.8947913Z   fetch-tags: false
2026-06-06T06:08:55.8949141Z   show-progress: true
2026-06-06T06:08:55.8950495Z   lfs: false
2026-06-06T06:08:55.8951620Z   submodules: false
2026-06-06T06:08:55.8952866Z   set-safe-directory: true
2026-06-06T06:08:55.8954186Z ##[endgroup]
2026-06-06T06:08:56.0215931Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:08:56.0225075Z ##[group]Getting Git version info
2026-06-06T06:08:56.0227734Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:08:56.0270751Z [command]/usr/bin/git version
2026-06-06T06:08:56.0324377Z git version 2.34.1
2026-06-06T06:08:56.0354141Z ##[endgroup]
2026-06-06T06:08:56.0368108Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/d807e988-c6d8-486a-9cbe-a83625a7e901/.gitconfig'
2026-06-06T06:08:56.0393585Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/d807e988-c6d8-486a-9cbe-a83625a7e901' before making global git config changes
2026-06-06T06:08:56.0398377Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:56.0403151Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:08:56.0451198Z ##[group]Initializing the repository
2026-06-06T06:08:56.0459257Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:08:56.0499135Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:08:56.0502620Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:08:56.0505642Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:08:56.0508399Z hint: 
2026-06-06T06:08:56.0510027Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:08:56.0511853Z hint: 
2026-06-06T06:08:56.0513684Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:08:56.0516669Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:08:56.0520180Z hint: 
2026-06-06T06:08:56.0521658Z hint: 	git branch -m <name>
2026-06-06T06:08:56.0524637Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:08:56.0530709Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:08:56.0567788Z ##[endgroup]
2026-06-06T06:08:56.0570306Z ##[group]Disabling automatic garbage collection
2026-06-06T06:08:56.0572492Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:08:56.0613387Z ##[endgroup]
2026-06-06T06:08:56.0615601Z ##[group]Setting up auth
2026-06-06T06:08:56.0623603Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:56.0667668Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:08:56.0910142Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:56.0951144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:08:56.1195770Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:56.1239509Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:56.1485605Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:08:56.1545741Z ##[endgroup]
2026-06-06T06:08:56.1548002Z ##[group]Determining the default branch
2026-06-06T06:08:56.1551374Z Retrieving the default branch name
2026-06-06T06:08:56.8115166Z Default branch 'main'
2026-06-06T06:08:56.8116239Z ##[endgroup]
2026-06-06T06:08:56.8116888Z ##[group]Fetching the repository
2026-06-06T06:08:56.8126158Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-06T06:08:57.6988027Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:08:57.6988731Z  * [new branch]      main       -> origin/main
2026-06-06T06:08:57.7014380Z ##[endgroup]
2026-06-06T06:08:57.7015001Z ##[group]Determining the checkout info
2026-06-06T06:08:57.7017319Z ##[endgroup]
2026-06-06T06:08:57.7023689Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:08:57.7090944Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:08:57.7141990Z ##[group]Checking out the ref
2026-06-06T06:08:57.7148679Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:08:57.7206629Z Switched to a new branch 'main'
2026-06-06T06:08:57.7207310Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:08:57.7213443Z ##[endgroup]
2026-06-06T06:08:57.7267992Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:08:57.7306158Z ee2d37eadc730c0019e0af82d683074c509634a2
